home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-18 | 295 b | 25 lines | [TEXT/KAHL] |
- #include "foo.h"
-
- /*
- * This is an "example"
- */
-
- void
- main ( void ) {
- printf ( "%s\nFoo" , foo ? foo : "foo\\" ) ;
- // "literal" means string constant
- }
-
-
- void
- foom ( void ) {
- char c = '\"' ;
- }
-
-
- char * array [ ] = {
- "\PA pascal string" ,
- "\pAnother pascal string" ,
- "\120\1Moofie!" ,
- } ;
-